object PasswordDlg: TPasswordDlg Left = 499 Top = 301 BorderIcons = [] BorderStyle = bsDialog Caption = '%' ClientHeight = 171 ClientWidth = 275 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poOwnerFormCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object HostLabel: TLabel Left = 16 Top = 16 Width = 249 Height = 13 AutoSize = False Caption = '%' ShowAccelChar = False end object UserPrompt: TLabel Left = 16 Top = 40 Width = 52 Height = 13 Caption = 'Nom d'#39'&utilisateur :' FocusControl = UserEdit end object UserEdit: TEdit Left = 16 Top = 56 Width = 145 Height = 21 TabOrder = 0 end object Panel1: TPanel Left = 0 Top = 79 Width = 275 Height = 92 Align = alBottom BevelOuter = bvNone TabOrder = 1 object PasswordPrompt: TLabel Left = 16 Top = 2 Width = 50 Height = 13 Caption = 'Mot de &passe :' FocusControl = PassEdit end object OKBtn: TButton Left = 64 Top = 66 Width = 73 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = OKBtnClick end object CancelBtn: TButton Left = 144 Top = 66 Width = 73 Height = 23 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 3 end object SavePasswordEdit: TBCCheckBox Left = 16 Top = 42 Width = 93 Height = 17 Caption = '&Sauver le mot de passe' TabOrder = 1 end object PassEdit: TEdit Left = 16 Top = 18 Width = 145 Height = 21 PasswordChar = '*' TabOrder = 0 end end end